home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / ISSUE23 / SURVIVE / FMISSUE.dfm / FMISSUE.txt
Text File  |  1997-05-18  |  1KB  |  72 lines

  1. object frmIssue: TfrmIssue
  2.   Left = 348
  3.   Top = 121
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Issue Credit'
  7.   ClientHeight = 141
  8.   ClientWidth = 233
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnClose = FormClose
  15.   PixelsPerInch = 96
  16.   TextHeight = 16
  17.   object GroupBox1: TGroupBox
  18.     Left = 8
  19.     Top = 4
  20.     Width = 216
  21.     Height = 88
  22.     TabOrder = 0
  23.     object Label1: TLabel
  24.       Left = 8
  25.       Top = 23
  26.       Width = 51
  27.       Height = 16
  28.       Caption = 'Number'
  29.     end
  30.     object Label2: TLabel
  31.       Left = 8
  32.       Top = 54
  33.       Width = 48
  34.       Height = 16
  35.       Caption = 'Amount'
  36.     end
  37.     object edtNumber: TEdit
  38.       Left = 85
  39.       Top = 19
  40.       Width = 121
  41.       Height = 24
  42.       TabOrder = 0
  43.     end
  44.     object edtAmount: TEdit
  45.       Left = 85
  46.       Top = 50
  47.       Width = 121
  48.       Height = 24
  49.       TabOrder = 1
  50.     end
  51.   end
  52.   object btnPost: TButton
  53.     Left = 21
  54.     Top = 103
  55.     Width = 89
  56.     Height = 28
  57.     Caption = 'Post'
  58.     ModalResult = 1
  59.     TabOrder = 1
  60.     OnClick = btnPostClick
  61.   end
  62.   object btnCancel: TButton
  63.     Left = 122
  64.     Top = 103
  65.     Width = 89
  66.     Height = 28
  67.     Caption = 'Cancel'
  68.     ModalResult = 2
  69.     TabOrder = 2
  70.   end
  71. end
  72.